home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / util / rexx / ARexx_TTX.lha / ARexx_TTX.Doc
Encoding:
Text File  |  1995-06-04  |  2.7 KB  |  63 lines

  1. ARexx_TTX:    Definition file and a useful macro for developing ARexx Scripts
  2. Author:        Roberto Fabbri, fabbri@dimi.uniud.it
  3. Distribution:    Freely distributable. Just do what you want with it and modify it to suit your needs.
  4.  
  5. REQUIREMENTS:
  6.  
  7.     AmigaDos 2.04 or higher
  8.     TurboText 2.0 (I've tried it only with this version, sorry)
  9.     ARexx
  10.  
  11. RECOMMENDED:
  12.  
  13.     The great ARexxGuide 2.0 by Robin Evans
  14.  
  15. SETUP:
  16.  
  17.     Just copy the two directories to your TURBOTEXT: directory.
  18.     The ARexx commands (Rx, Tcc, Tco, Ts, Te, ecc.) must be in your current path.
  19.         Set your TTX_Setup.dfn to load the definition file TTX_Develop_ARexx.dfn in this way:
  20.  
  21.         LINKS:
  22.             TURBOTEXT:Support/TTX_Develop_ARexx.dfn
  23.         #
  24.  
  25.     Exit and reenter TTX and you must have a new menu to the right: DEVELOPMENT (you don't like
  26.     the name? Put there what you want :)).
  27.  
  28. DOCUMENTATION:
  29.  
  30.     ARexx Reference (ALT HELP): This command calls the great ARexxGuide on the term currently
  31.                     under the cursor. If you don't have ARexxGuide download it
  32.                     from AmiNet (do it, it's great) or delete the first menu
  33.                     voice from the file TTX_Develop_ARexx.dfn.
  34.     Cache:                With this submenu you can turn ON and OFF the ARexx Cache
  35.                         feature of TurboText (useful if you're developing a macro
  36.                     for it).
  37.     Run Macro (ALT F1):         This command executes the macro in your current file. The output
  38.                     is redirected to a console on the current screen. Before the
  39.                     execution of the macro you will be prompted for arguments that
  40.                     will be passed to it. This command calls the ARexx Macro
  41.                     RunMacro.ttx 1.0 enclosed in this archive (Rexx directory).
  42.     Run Block (ALT F2):        This command executes the selected block as ARexx Macro. The
  43.                     output is redirected on a console on the current screen.
  44.                     Before the execution of the block you will be prompted for
  45.                     arguments that will be passed to it. This command calls the
  46.                     ARexx Macro ExecARexxBlock.ttx enclosed in this archive.
  47.     Trace Console:            With this submenu you can Open and Close the ARexx Trace Console.
  48.                         The Console will always be opened on WorkBench Screen (or on
  49.                     your current pubscreen). I can't be able to redirect it to the
  50.                     frontmost screen or to TURBOTEXT public screen :(.
  51.     Interactive Trace:        With this submenu you can turn on/off the interactive trace. If
  52.                         the trace console is opened the trace output is redirected to
  53.                     it.
  54.     Insert Version:            Insert and AmigaDOS version string at the current cursor position.
  55.                         The name is the one of the current file. This command calls the
  56.                     ARexx Macro InsertVersion.ttx supplied along with TurboText 2.0.
  57.  
  58.  
  59. FUTURE:
  60.  
  61.     I'm going (maybe) to add new commands and useful (?!) macros to the ones enclosed in this archive.
  62.     Please report bugs and suggestions to fabbri@dimi.uniud.it.
  63.